'   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 '     C o m m a n d s   t o   T h e r e m i n o _ W e b A I 
 
 '   - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
 
 
 
 V a r i a b l e   N u m e r i c   S l o t _ C o m m a n d s   =   8 5 
 
 V a r i a b l e   N u m e r i c   S l o t _ R e s p o n s e s   =   8 6 
 
 
 
 B u t t o n   1   L a b e l   S t o p _ 
 
 
 
 B u t t o n   3   L a b e l   S e t P l a t f o r m G e m i n i 
 
 B u t t o n   4   L a b e l   S e t P l a t f o r m C l a u d e 
 
 B u t t o n   5   L a b e l   S e t P l a t f o r m G r o k 
 
 B u t t o n   6   L a b e l   S e t P l a t f o r m D e e p S e e k 
 
 B u t t o n   7   L a b e l   S e t P l a t f o r m K i m i 
 
 B u t t o n   8   L a b e l   S e t P l a t f o r m Q w e n 
 
 
 
 B u t t o n   1 0   L a b e l   O p e n G e m i n i P a g e 
 
 B u t t o n   1 1   L a b e l   O p e n G e m i n i A c t i v i t y P a g e 
 
 B u t t o n   1 2   L a b e l   O p e n G e m i n i S a v e d I n f o P a g e 
 
 
 
 B u t t o n   1 7   L a b e l   N e w C h a t 
 
 
 
 B u t t o n   1 9   L a b e l   S e n d M e s s a g e 1 
 
 B u t t o n   2 0   L a b e l   S e n d M e s s a g e 2 
 
 B u t t o n   2 1   L a b e l   S e n d M e s s a g e 3 
 
 
 
 C o n t r o l s   O p e n T e x t B o x 
 
 L o o p 
 
 S t o p 
 
 
 
 L a b e l   L o o p 
 
 	 I f   S l o t T e x t ( S l o t _ R e s p o n s e s )   < >   " " 
 
 	 	 s 1   =   S l o t T e x t ( S l o t _ R e s p o n s e s ) 
 
 	 	 I f   N o t   S t r i n g C o n t a i n s ( s 1 ,   " < < < E N D > > > " ) 
 
 	 	 	 C o n t r o l s   C l e a r T e x t B o x 
 
 	 	 	 P r i n t   s 1 
 
 	 	 	 S l o t T e x t ( S l o t _ R e s p o n s e s )   =   " " 
 
 	 	 E n d I f 
 
 	 E n d I f 
 
 G o t o   L o o p 
 
 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 '     S E N D   C O M M A N D   ( d e f a u l t   t i m e o u t   =   0 . 5   S e c ) 
 
 '   = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = 
 
 L a b e l   S e n d C o m m a n d 
 
 	 V a r i a b l e   N u m e r i c   S C 1               ' < - -   P a r a m e t e r   D e s t i n a t . - S l o t 
 
 	 V a r i a b l e   S t r i n g     S C 2               ' < - -   P a r a m e t e r   C o m m a n d - S t r i n g 
 
 	 V a r i a b l e   N u m e r i c   S C 3   =   0 . 5   ' < - -   T h e   t i m e o u t   i n   s e c o n d s 
 
 	 V a r i a b l e   N u m e r i c   S C 4 
 
 	 S l o t T e x t   S C 1   =   S C 2 
 
 	 F o r   S C 4   =   0 . 1   T o   S C 3   S t e p   0 . 1 
 
 	 	 I f   S l o t T e x t ( S C 1 )   =   " " 
 
 	 	 	 E x i t 
 
 	 	 E n d I f 
 
 	 	 W a i t   S e c o n d s   0 . 1 
 
 	 N e x t 
 
 R e t u r n 
 
 
 
 L a b e l   S t o p _ 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S t o p " ) 
 
 R e t u r n 
 
 
 
 L a b e l   S e t P l a t f o r m G e m i n i 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e t P l a t f o r m   G e m i n i " ) 
 
 R e t u r n 
 
 L a b e l   S e t P l a t f o r m C l a u d e 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e t P l a t f o r m   C l a u d e " ) 
 
 R e t u r n 
 
 L a b e l   S e t P l a t f o r m G r o k 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e t P l a t f o r m   G r o k " ) 
 
 R e t u r n 
 
 L a b e l   S e t P l a t f o r m D e e p S e e k 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e t P l a t f o r m   D e e p S e e k " ) 
 
 R e t u r n 
 
 L a b e l   S e t P l a t f o r m K i m i 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e t P l a t f o r m   K I M I " ) 
 
 R e t u r n 
 
 L a b e l   S e t P l a t f o r m Q w e n 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e t P l a t f o r m   Q w e n " ) 
 
 R e t u r n 
 
 
 
 L a b e l   O p e n G e m i n i P a g e 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " O p e n G e m i n i P a g e " ) 
 
 R e t u r n 
 
 L a b e l   O p e n G e m i n i A c t i v i t y P a g e 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " O p e n G e m i n i A c t i v i t y P a g e " ) 
 
 R e t u r n 
 
 L a b e l   O p e n G e m i n i S a v e d I n f o P a g e 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " O p e n G e m i n i S a v e d I n f o P a g e " ) 
 
 R e t u r n 
 
 
 
 
 
 L a b e l   N e w C h a t 
 
 	 C o n t r o l s   C l e a r T e x t B o x 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " N e w C h a t " ) 
 
 R e t u r n 
 
 
 
 L a b e l   S e n d M e s s a g e 1 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e n d P r o m p t "   +   "   H o w   a r e   y o u   ? " ) 
 
 R e t u r n 
 
 L a b e l   S e n d M e s s a g e 2 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e n d P r o m p t "   +   "   W h a t   t i m e   i s   i t   ? " ) 
 
 R e t u r n 
 
 L a b e l   S e n d M e s s a g e 3 
 
 	 S e n d C o m m a n d ( S l o t _ C o m m a n d s ) ( " S e n d P r o m p t "   +   "   W h a t   i s   y o u r   n a m e   ? " ) 
 
 R e t u r n 
 
 
 
 
 
 ' B O O K M A R K S   
 
 
 
 ' E D I T E D L I N E S   - 1   1   - 1   4   - 1   7   - 1   8   - 1   9   1 0 5   1 0   
 
 
 
 